home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / perl5 / ExtUtils::Miniperl.z / ExtUtils::Miniperl
Encoding:
Text File  |  2002-10-03  |  1.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4. EEEExxxxttttUUUUttttiiiillllssss::::::::MMMMiiiinnnniiiippppeeeerrrrllll((((3333))))                                    EEEExxxxttttUUUUttttiiiillllssss::::::::MMMMiiiinnnniiiippppeeeerrrrllll((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ExtUtils::Miniperl, writemain - write the C code for perlmain.c
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      use ExtUtils::Miniperl;
  13.  
  14.      writemain(@directories);
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      This whole module is written when perl itself is built from a script
  18.      called minimod.PL. In case you want to patch it, please patch minimod.PL
  19.      in the perl distribution instead.
  20.  
  21.      _w_r_i_t_e_m_a_i_n() takes an argument list of directories containing archive
  22.      libraries that relate to perl modules and should be linked into a new
  23.      perl binary. It writes to STDOUT a corresponding perlmain.c file that is
  24.      a plain C file containing all the bootstrap code to make the modules
  25.      associated with the libraries available from within perl.
  26.  
  27.      The typical usage is from within a Makefile generated by
  28.      ExtUtils::MakeMaker. So under normal circumstances you won't have to deal
  29.      with this module directly.
  30.  
  31. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  32.      the _E_x_t_U_t_i_l_s::_M_a_k_e_M_a_k_e_r manpage
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.